Overload List

  Name Description
Public method SelectMany<(Of <<'(TResult>)>>)(Expression<(Of <<'(Func<(Of <<'(T, IObservableSource<(Of <<'(TResult>)>>)>)>>)>)>>))
Projects each element of this view to a collection of TResult and flattens the resulting collections into one view.
Public method SelectMany<(Of <<'(TCollection, TResult>)>>)(Expression<(Of <<'(Func<(Of <<'(T, IObservableSource<(Of <<'(TCollection>)>>)>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, TCollection, TResult>)>>)>)>>))
Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.

See Also